home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / nh3ppami.lha / NetHack++ / nethack.cnf < prev    next >
Text File  |  1993-01-14  |  2KB  |  58 lines

  1. # A '#' at the beginning of a line means the rest of the line is a comment.
  2.  
  3. # This configuration file is set up for two cases, a person with a hard
  4. # disk as drive DH0:, and 1 person with two floppy disks.  If several people
  5. # are to use it, don't specify "name" or personal prefences like "dogname"
  6. # or "packorder" in OPTIONS.
  7.  
  8. # To change configuration, comment out the unwanted configurations, and
  9. # remove the comment from the configuration you want.
  10.  
  11. # Some options to set personal preferences.  If several people are to
  12. # use it, options like these should not be set.
  13. #OPTIONS=name:Janet-V,female,dogname:Fido,fruit:apricot
  14. #OPTIONS=packorder:")[%?+/=!(*0_`,endgame:10t/2a,noverbose
  15.  
  16. # Other general options
  17. #OPTIONS=time,rest_on_space,nopickup
  18.  
  19. # The search path for files like record, help, opthelp, etc.
  20. PATH=NetHack:
  21.  
  22. # My own setup
  23. OPTIONS=name:Thosam,catname:Amiga,time,nopickup,rest_on_space
  24.  
  25. # A hard disk configuration.
  26. #
  27. #HACKDIR=DH0:/games/hack
  28. # The ";n" means don't prompt to insert a disk.
  29. SAVE=;n
  30. RAMDISK=Ram:
  31. LEVELS=sys:game/nethack/bones
  32. SAVE=sys:game/nethack/bones/gaga;n
  33.  
  34. # A 2-floppy configuration.
  35. #
  36. #HACKDIR=NetHack:
  37. #LEVELS=df1:
  38. #SAVE=df1:save
  39. #RAMDISK=Ram:
  40.  
  41. # The 32 GRAPHICS characters (0-31) are:
  42. # stone, vertical wall, horizontal wall, top left corner, top right corner, 
  43. # bottom left corner, bottom right corner, crosswall, up T wall, down T wall, 
  44. # left T wall, right T wall, vertical beam, horizontal beam, left slant, right
  45. # slant, no door, vertical open door, horizontal open door, closed door,
  46. # floor, corridor, up stairs, down stairs, trap, web, pool,
  47. # fountain, sink, throne, altar, up ladder, down ladder, vertical drawbridge
  48. # wall, horizontal drawbridge wall 
  49. #
  50. # If you specify less that 32 ASCII values, the remaining characters will be
  51. # set to their respective defaults.
  52. #
  53. # Note that the hack.font has special graphics characters from 192 on.
  54.  
  55. # An example using the hack.font graphics character set:
  56. #       ' '  |   -   .   .   `   '   -   -   -   -   -   |   -   \   /   .   -   |   +   .   #   <   >   ^   "   }   {   #   \   _   <   >   #   #
  57. GRAPHICS = 032 192 193 194 195 196 197 198 216 214 215 213 192 193 092 047 046 193 192 198 046 035 060 062 094 034 125 123 035 092 095 060 062 035 035
  58.